##############################################################
## MOD Title: Guest Management
## MOD Version: 1.0.0a2
## MOD Author: Bourmad < bourmad@softhome.net > (Bourmad) http://bourmad.fr.st
## MOD Traductor: reef_01 - http://www.piratesdelcaribe.com.ar/foro/index.php
## MOD Description: Este MOD permite al administrador:
## 	- Renombrar los nombres de invitados
## 	- Asocciar los mensahes de un usuario invitado a uno registrado.
## Installation Level: Facil
## Installation Time: 1-2 Minutos
## Files to Edit: 
## Included Files: admin/admin_guest_mgt.php
##                 templates/subSilver/admin/guest_mgt_body.tpl
##                 templates/subSilver/admin/guest_mgt_list.tpl
##                 templates/subSilver/admin/guest_mgt_rename.tpl
##                 templates/subSilver/admin/guest_mgt_assign.tpl
##                 language/lang_english/lang_guest_mgt.php
##                 language/lang_spanish/lang_guest_mgt.php
########################################################
## This MOD is released under the GPL License.
## Intellectual Property is retained by the MOD Author(s) listed above
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/downloads/
##############################################################
## Author Notes:
## This mod is in ALPHA state.
## Be sure to backup your database before to try it !
## History:
##   1.0.0b : Corrected problem with special characters (') in guest names
##            Added view of messages from a guest
##   1.0.0a : First release
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ COPIAR ]------------------------------------------
#
copy admin/admin_guest_mgt.php to admin/admin_guest_mgt.php
copy templates/subSilver/admin/guest_mgt_body.tpl to templates/subSilver/admin/guest_mgt_body.tpl
copy templates/subSilver/admin/guest_mgt_list.tpl to templates/subSilver/admin/guest_mgt_list.tpl
copy templates/subSilver/admin/guest_mgt_rename.tpl to templates/subSilver/admin/guest_mgt_rename.tpl
copy templates/subSilver/admin/guest_mgt_assign.tpl to templates/subSilver/admin/guest_mgt_assign.tpl
copy language/lang_english/lang_guest_mgt.php to language/lang_english/lang_guest_mgt.php
copy language/lang_spanish/lang_guest_mgt.php to language/lang_spanish/lang_guest_mgt.php
#
#-----[ SAVE/CLOSE ALL FILES ]----------------------------------------
#
# EoM
